home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / B-C / Bison-TC.cpt / ChangeLog < prev    next >
Encoding:
Text File  |  1990-01-02  |  9.2 KB  |  266 lines  |  [TEXT/KAHL]

  1. Wed Nov  8 10:30:31 1989  Ken Raeburn  (raeburn at prometheus)
  2.  
  3.     * Picked up release today.
  4.     * Makefile (CFLAGS): Always optimize.
  5.     * (BINDIR, PARSERDIR): Use Athena versions.
  6.  
  7. Wed Aug 23 15:03:07 1989  Jay Fenlason  (hack at gnu)
  8.  
  9.     * Makefile: Include system.h in bison-dist.tar
  10.  
  11. Tue Aug 15 22:30:42 1989  Richard Stallman  (rms at hobbes.ai.mit.edu)
  12.  
  13.     * version 1.03.
  14.  
  15.     * reader.c (reader): Output LTYPESTR to fdefines
  16.     only after reading the grammar.
  17.  
  18. Sun Aug  6 16:55:23 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  19.  
  20.     * reader.c (read_declarations): Put space before comment
  21.     to avoid bug in Green Hills C compiler.
  22.  
  23. Mon Jun 19 20:14:01 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  24.  
  25.     * allocate.c (xmalloc): New function.
  26.  
  27. Fri Jun 16 23:59:40 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  28.  
  29.     * build.com: Compile and link reduce.c.
  30.  
  31. Fri Jun  9 23:00:54 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  32.  
  33.     * reduce.c (reduce_grammar_tables): Adjust start_symbol when #s change.
  34.  
  35. Sat May 27 17:57:29 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  36.  
  37.     * reader.c (copy_definition, copy_guard): Don't object to \-newline
  38.     inside strings.
  39.  
  40. Mon May 22 12:30:59 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  41.  
  42.     * files.c (openfiles): Alternate file names for MSDOS.
  43.     (open_extra_files): Likewise.
  44.     (done): On MSDOS, unlink temp files here, not in openfiles.
  45.  
  46.     * machine.h (BITS_PER_WORD): 16 on MSDOS.
  47.     (MAXTABLE): Now defined in this file.
  48.  
  49.     * system.h: New file includes system-dependent headers.
  50.     All relevant .c files include it.
  51.  
  52. Thu Apr 27 17:00:47 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  53.  
  54.     * version.c: Version 1.01.
  55.  
  56. Tue Apr 18 12:46:05 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  57.  
  58.     * conflicts.c (total_conflicts): Fixed typo in yacc style output;
  59.     mention conflicts if > 0.
  60.  
  61. Sat Apr 15 17:36:18 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  62.  
  63.     * reader.c (packsymbols): Start new symbols after 256.
  64.  
  65. Wed Apr 12 14:09:09 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  66.  
  67.     * reader.c (reader): Always assign code 256 to `error' token.
  68.     Always set `translations' to 1 so this code gets handled.
  69.     * bison.simple (YYERRCODE): Define it.
  70.  
  71. Tue Apr 11 19:26:32 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  72.  
  73.     * conflicts.c: If GNU C, use builtin alloca.
  74.  
  75.     * Makefile (install): Delete parser files before copying them.
  76.  
  77. Thu Mar 30 13:51:17 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  78.  
  79.     * getargs.c (getargs): Turn off checking of name Bison was invoked by.
  80.  
  81.     * Makefile (dist): Include ChangeLog in distrib.
  82.  
  83. Thu Mar 23 15:19:41 1989  Jay Fenlason  (hack at apple-gunkies.ai.mit.edu)
  84.  
  85.     * LR0.c closure.c conflicts.c derives.c files.c getargs.c lalr.c
  86.     lex.c main.c nullable.c output.c print.c reader.c reduce.c
  87.     symtab.c warshall.c:  A first pass at getting gcc -Wall to shut up.
  88.     Mostly declared    functions as void, etc.
  89.  
  90.     * reduce.c moved 'extern int fixed_outfiles;' into print_notices()
  91.     where it belongs.
  92.  
  93. Wed Mar  1 12:33:28 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  94.  
  95.     * types.h, symtab.h, state.h, new.h, machine.h, lex.h, gram.h,
  96.     files.h, closure.c, vmsgetargs.c, warshall.c, symtab.c, reduce.c,
  97.     reader.c, print.c, output.c, nullable.c, main.c, lex.c, lalr.c,
  98.     gram.c, getargs.c, files.c, derives.c, conflicts.c, allocate.c,
  99.     LR0.c, Makefile, bison.simple: Changed copyright notices to be in
  100.     accord with the new General Public License.
  101.     * COPYING: Made a link to the new copying file.
  102.  
  103. Wed Feb 22 06:18:20 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  104.  
  105.     * new.h (FREE): Alternate definition for __STDC__ avoids error
  106.     if `free' returns void.
  107.  
  108. Tue Feb 21 15:03:34 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  109.  
  110.     * reader.c (read_declarations): Double a `%' in a format string.
  111.     (copy_definition, parse_start_decl, parse_token_decl): Likewise.
  112.     (parse_type_decl, parse_union_decl, copy_guard, readgram, get_type).
  113.     (copy_action): change a `fatal' to `fatals'.
  114.  
  115.     * lalr.c (map_goto): Initial high-end of binary search was off by 1.
  116.  
  117. Sat Feb 18 08:49:57 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  118.  
  119.     * bison.simple [sparc]: Include alloca.h.
  120.  
  121. Wed Feb 15 06:24:36 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  122.  
  123.     * reader.c (packsymbols): Write decl of yylval into .tab.h file.
  124.  
  125. Sat Jan 28 18:19:05 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  126.  
  127.     * bison.simple: Avoid comments on `#line' lines.
  128.  
  129.     * reader.c (LTYPESTR): Rearrange to avoid whitespace after \-newline.
  130.  
  131. Mon Jan  9 18:43:08 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  132.  
  133.     * conflicts.c (total_conflicts): if -y, use output syntax POSIX wants.
  134.     * reduce.c (print_notices): likewise.
  135.  
  136.     * lex.c (lex): Handle \v, and \x hex escapes.
  137.  
  138.     * reader.c (reader): Merge output_ltype into here.
  139.     Don't output YYLTYPE definition to .tab.h file
  140.     unless the @ construct is used.
  141.  
  142.     * bison.simple: Define YYERROR, YYABORT, YYACCEPT here.
  143.     * reader.c (output_ltype): Don't output them here.
  144.  
  145.     * bison.simple: YYDEBUG now should be 0 or 1.
  146.     * output.c (output): For YYDEBUG, output conditional to define it
  147.     only if not previously defined.
  148.  
  149. Mon Jan  2 11:29:55 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  150.  
  151.     * bison.simple (yyparse) [YYPURE]: Add local yynerrs.
  152.     (yydebug): Declare global, but don't initialize, regardless of YYPURE.
  153.     (yyparse): Don't declare yydebug here.
  154.  
  155. Thu Dec 22 22:01:22 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  156.  
  157.     * reduce.c (print_notices): Typo in message.
  158.  
  159. Sun Dec 11 11:32:07 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  160.  
  161.     * output.c (pack_table): Free only nonzero the elts of froms & tos.
  162.  
  163. Thu Dec  8 16:26:46 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  164.  
  165.     * gram.c (rprecsym): New vector indicates the %prec symbol for a rule.
  166.     * reader.c (packgram): Allocate it and fill it in.
  167.     * reduce.c (inaccessable_symbols): Use it to set V1.
  168.     * reduce.c (print_results): Don't complain about useless token
  169.     if it's in V1.
  170.  
  171. Mon Dec  5 14:33:17 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  172.  
  173.     * machine.h (RESETBIT, BITISSET): New macros.
  174.     (SETBIT, WORDSIZE): Change to use BITS_PER_WORD.
  175.  
  176.     * reduce.c: New file, by David Bakin.  Reduces the grammar.
  177.     * Makefile: Compile it, link it, put it in dist.
  178.  
  179.     * main.c (main): Call reduce_grammar (in reduce.c).
  180.  
  181. Thu Nov 17 18:33:04 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  182.  
  183.     * conflicts.c: Don't declare alloca if including alloca.h.
  184.  
  185.     * bison.cld: Define qualifiers `nolines', `debug'.
  186.     * vmsgetargs.c (getargs): Handle them.
  187.  
  188.     * output.c (output_program): Notice `nolinesflag'.
  189.  
  190.     * output.c (output_parser): Simplify logic for -l and #line.
  191.     Avoid writing EOF char into output.
  192.  
  193. Wed Oct 12 18:00:03 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  194.  
  195.     * Implement `-l' option.
  196.     * getopt.c: Set flag `nolinesflag'.
  197.     * reader.c (copy_definition, parse_union_decl, copy_guard, copy_action)
  198.     Obey that flag; don't generate #line.
  199.     * output.c (output_parser): Discard #line's when copying the parser.
  200.  
  201. Mon Sep 12 16:33:17 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  202.  
  203.     * reader.c (copy_guard): Fix brace-counting for brace-surrounded guard.
  204.  
  205. Thu Sep  8 20:09:53 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  206.  
  207.     * bison.simple: Correct number in #line command.
  208.     (yyparse): Call YYABORT instead of YYERROR, due to last change in
  209.     output_ltype.
  210.  
  211. Mon Sep  5 14:55:30 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  212.  
  213.     * Makefile: New variable LIBS.  Alternatives for USG.
  214.     * conflicts.c [USG]: Define bcopy.
  215.     * symtab.c [USG]: Include string.h instead of strings.h.
  216.  
  217.     * conflicts.c [sparc]: Include alloca.h.
  218.  
  219. Tue Aug  2 08:38:38 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  220.  
  221.     * reader.c (parse_token_decl): Ignore commas.
  222.  
  223. Sat Jun 25 10:29:20 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  224.  
  225.     * reader.c (output_ltype): Make YYERROR yacc-compatible (like YYFAIL).
  226.  
  227. Fri Jun 24 11:25:11 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  228.  
  229.     * getargs.c (getargs): -t sets debugflag.
  230.     Eliminate upper case duplicate options.
  231.     * output.c (output): If debugflag, output `#define YYDEBUG'.
  232.  
  233. Thu May 26 06:04:21 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  234.  
  235.     * allocate.c (mallocate): New name for `allocate' (which loses in VMS).
  236.     Calls changed in LR0.c, conflicts.c, symtab.c, new.h.
  237.  
  238.     * getargs.c (getargs): If argv[0] is "yacc", set fixed_outfiles.
  239.  
  240. Tue May 17 12:15:30 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  241.  
  242.     * conflicts.c: Declare alloca.
  243.     * reader.c: Declare realloc.
  244.     * warshall.c (TC): Fix one arithmetic op that was omitted last time.
  245.  
  246. Thu May  5 14:36:03 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  247.  
  248.     * bison.simple: Conditionalize most refs to yylsp on YYLSP_NEEDED.
  249.     * reader.c (copy_guard, copy_action): Notice if `@' is used.
  250.     (reader): If it was, output `#define YYLSP_NEEDED'.
  251.  
  252. Mon Apr 18 04:54:32 1988  Richard Stallman  (rms at rice-krispies.ai.mit.edu)
  253.  
  254.     * bison.simple: New variable yynerr counts calls to yyerror.
  255.  
  256.     * lex.c (lex, case '='): Update lineno when skipping a newline.
  257.  
  258.     * reader.c (parse_expect_decl): ungetc the char that ends the number;
  259.     don't read any further.  This handles multi-line comments right
  260.     and avoids incorrect lineno.
  261.  
  262.     * reader.c: Delete duplicate decl of symval.
  263.  
  264.     * warshall.c (RTC, TC): Cast ptrs to char *, not unsigned, for arith.
  265.  
  266.